go/types.Named.check (field)
6 uses
go/types (current package)
named.go#L109: check *Checker // non-nil during type-checking; nil otherwise
named.go#L324: typ := &Named{check: check, obj: obj, fromRHS: fromRHS, methods: methods}
named.go#L355: typ := &Named{check: check, obj: obj, inst: inst}
named.go#L370: n.check = nil
named.go#L468: check := t.check
named.go#L744: check := n.check
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)